ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / C1SortCollectionView<T> Class / MoveAsync Method
From index.
To index.

In This Topic
    MoveAsync Method (C1SortCollectionView<T>)
    In This Topic
    Moves an item from the specified position to the new one.
    Syntax
    'Declaration
     
    Public Overrides Function MoveAsync( _
       ByVal fromIndex As System.Integer, _
       ByVal toIndex As System.Integer _
    ) As System.Threading.Tasks.Task
    public override System.Threading.Tasks.Task MoveAsync( 
       System.int fromIndex,
       System.int toIndex
    )

    Parameters

    fromIndex
    From index.
    toIndex
    To index.
    See Also